home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Utils / UNIX / UNZIP520 / WINGUI / WIZUNZ32.DEF < prev    next >
Text File  |  1996-04-17  |  476b  |  19 lines

  1. ;module-definition file for Windows Unzip-- used by link.exe
  2.  
  3. NAME    WizUnZip       ; application's module name
  4.  
  5. DESCRIPTION 'Windows Info-ZIP Unzip 3.0 by Info-ZIP, Mike White 1995'
  6.  
  7. EXETYPE      WINDOWS
  8.  
  9. STUB    'WINSTUB.EXE' ; Generates error message if application
  10.                       ; is run without Windows
  11.  
  12. ;CODE can be moved in memory and discarded/reloaded
  13. CODE  MOVEABLE
  14.  
  15. ;DATA must be MULTIPLE if program can be invoked more than once
  16. DATA  MOVEABLE MULTIPLE
  17.  
  18.  
  19.